/***********网站标签样式**********/
* { margin: 0; padding: 0; border: none; }
body, td, th, input { font-family: 微软雅黑; font-size: 12px; color: #333; line-height: 24px }
a:link { color: #333; text-decoration: none }
a:visited { text-decoration: none; color: #333 }
a:hover { text-decoration: underline; color: #e10000 }
a:active { text-decoration: none; color: #333 }
img, a img { border: none; vertical-align: middle; }
ul, ol, li { list-style: none; }
.clear { clear: both; }
input, textarea { outline: none; }
/*友情链接CSS样*/
a.links_a:link { color: #c8c8c8; text-decoration: none }
a.links_a:visited { text-decoration: none; color: #c8c8c8 }
a.links_a:hover { text-decoration: none; color: #ffff00 }
.wrapper { width: 1230px; margin-left: auto; margin-right: auto; }
.mt10{margin-top:10px;}
/*头部*/
#header {}
#header .top { height: 34px; line-height: 34px; background: #E4E4E4; color: #d2d1cf; text-align: right; }
#header .fl{float:left;overflow: hidden; color:#666666; }
#header .br { height: 70px; padding:8px; background: #eee;}
#header .br .img { float: left; width: 103px; height: 70px; padding-top: 2px; vertical-align: middle; overflow: hidden; }
#header .br .adm { float:left; margin-left:10px; width:459px; height:61px; padding:5px 0; line-height:61px; text-align:center; overflow:hidden;}
#header .br .so { width: 400px; float: right; overflow: hidden;  line-height: 19px;padding-top: 1px }

/*菜单*/

#header .menu { clear: both; height: 48px; background: #333;  text-align: center; overflow: hidden; }
#header .menu ul { overflow: hidden; border: 0px solid #8fc31f; }
#header .menu li h2 { font-weight: normal; font-size: 16px;  text-align: center; }
#header .menu ul li { width: 94px; text-align: center; float: left; line-height: 48px; }
#header .menu ul li:hover { background: #FDB837; }
#header .menu ul li a { font-size: 16px; color: #ddd; }
#header .menu ul li a:hover { color: #fff; text-decoration: none; }
#header .menu ul li.on { background: #0055AA; }
#header .menu ul li.on:hover { background: #222; }

